ByteNINumericByteNLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.LogicalExclusiveOr(
ByteN value
)
Private Function LogicalExclusiveOr (
value As ByteN
) As ByteN Implements INumeric(Of ByteN).LogicalExclusiveOr
private:
virtual ByteN LogicalExclusiveOr(
ByteN value
) sealed = INumeric<ByteN>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : ByteN -> ByteN
private override LogicalExclusiveOr :
value : ByteN -> ByteN
- value ByteN
- The value with which to compute the logical exclusive OR.
ByteNThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)